home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 22 / Cream of the Crop 22.iso / windows / fpnl3.zip / FPNL3DCU.ZIP / VIEWTOOL.DFM / VIEWTOOL.txt
Text File  |  1996-08-02  |  642b  |  34 lines

  1. object ViewToolbarsDlg: TViewToolbarsDlg
  2.   Left = 240
  3.   Top = 305
  4.   BorderStyle = bsDialog
  5.   Caption = 'Show/Hide Toolbars'
  6.   ClientHeight = 221
  7.   ClientWidth = 323
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object sbxCheckBoxes: TScrollBox
  16.     Left = 2
  17.     Top = 3
  18.     Width = 235
  19.     Height = 214
  20.     Color = clNone
  21.     ParentColor = False
  22.     TabOrder = 0
  23.   end
  24.   object cmdClose: TButton
  25.     Left = 242
  26.     Top = 4
  27.     Width = 77
  28.     Height = 25
  29.     Caption = '&Close'
  30.     ModalResult = 1
  31.     TabOrder = 1
  32.   end
  33. end
  34.